Package com.cisco.pt.ipc.sim
Interface Cbac
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
CbacImpl
Information provided by the PKI file:
\class Cbac
\brief Cbac holds and manipulates Context-based access control.
\example network().getDevice("Router0").getProcess("CbacProcess").getCbacAt(0)
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:voidsetInspectName(String inspectName) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
setInspectName
Information provided by the PKI file:
\brief Sets the inspection name. \param inspectName, the string to set the inspection name to.- Parameters:
inspectName- Takes in a parameter of inspectName
-
getInspectName
String getInspectName()Information provided by the PKI file:
\brief Returns the inspection name. \returns string, the inspection name.- Returns:
- String Returns a String
-